Blazor | ComponentOne
C1.Blazor.DataFilter Assembly / C1.Blazor.DataFilter Namespace / RangeFilterBase<T> Class / SetLowerValue Method
The lower filter value.
The value indicating whether the filter should be automatically applied.

In This Topic
    SetLowerValue Method (RangeFilterBase<T>)
    In This Topic
    Sets a lower value of the filter.
    Syntax
    'Declaration
     
    
    Public Sub SetLowerValue( _
       ByVal val As Nullable(Of T), _
       ByVal applyFilter As Boolean _
    ) 
    public void SetLowerValue( 
       Nullable<T> val,
       bool applyFilter
    )

    Parameters

    val
    The lower filter value.
    applyFilter
    The value indicating whether the filter should be automatically applied.
    See Also